Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vaev-driver: Handle correctly HTML/BODY backgrounds. #34

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

Louciole
Copy link
Member

No description provided.

@Louciole Louciole requested a review from sleepy-monax March 18, 2025 10:45
@Louciole Louciole force-pushed the root-elements-bg-lou branch 6 times, most recently from 5973cab to b826fbc Compare March 24, 2025 10:21
@Louciole Louciole force-pushed the root-elements-bg-lou branch from b826fbc to 805b036 Compare March 26, 2025 10:00
Copy link
Member

@sleepy-monax sleepy-monax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to figure out the formating too

@@ -175,7 +175,7 @@ static void _buildRun(Style::Computer& c, Gc::Ref<Dom::Text> node, Box& parent)
}
}

parent.add({style, fontFace, std::move(prose)});
parent.add({style, fontFace, std::move(prose), Gc::Ptr<Dom::Element> {}});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use nullptr

@@ -313,6 +314,7 @@ export Box build(Style::Computer& c, Gc::Ref<Dom::Document> doc) {
return {
style,
_lookupFontface(c.fontBook, *style),
Gc::Ptr<Dom::Element> {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nullptr

Comment on lines 340 to 343
return {style, fontFace, prose, Gc::Ptr<Dom::Element> {}};
}

return {style, fontFace};
return {style, fontFace, Gc::Ptr<Dom::Element> {}};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nullptr


constexpr bool operator==(ColorSpace const& other) const {
return type == other.type;
}
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to go

Comment on lines 206 to 207

bool operator==(Side const& other) const = default;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to go

Comment on lines 217 to 211

bool operator==(ColorMix const& other) const = default;
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to go

@Louciole Louciole force-pushed the root-elements-bg-lou branch from 805b036 to 1962e74 Compare March 27, 2025 09:41
@Louciole Louciole requested a review from sleepy-monax March 27, 2025 09:41
@Louciole Louciole force-pushed the root-elements-bg-lou branch 2 times, most recently from 9034707 to e9f0290 Compare March 27, 2025 10:10
@Louciole Louciole force-pushed the root-elements-bg-lou branch from e9f0290 to 71f9db0 Compare March 27, 2025 10:18
@sleepy-monax sleepy-monax merged commit 0a0984b into main Mar 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants